home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / HyperANSI / HISTORY.TXT next >
Text File  |  1996-09-26  |  3KB  |  94 lines

  1. Jan 30, 1994 - Version 1.08
  2.  
  3. Added a Tooltype WORKDIR, set this to the default directory you wish
  4. the ASL requester to access (remove the tooltype completely and it will
  5. default to the current directory (shell) or the root directory (Workbench)
  6.  
  7. -----------------------------
  8. Oct 24, 1993 - version 1.07
  9.  
  10. Fixed some bugs.
  11.  
  12. Bug 1
  13. Fixed the "lock-up" problem when parsing weird ANSI commands. It wasn't
  14. really a lock-up, but it would leave the mouse and menu inactivated. The
  15. program will now ignore the command and continue parsing the file.
  16.  
  17. Bug 2
  18. Fixed a problem with the file requester. If a file was loaded and then
  19. you move or delete that file (from a CLI) and bring up the ASL requester
  20. again, the file would still display the name of the file just deleted.
  21. Clicking "okay" would then display "something" when it shouldn't do
  22. anything. The program will still display the file name the same as before,
  23. but will not try to displaying it.
  24.  
  25. New feature
  26. Setting up a BBS required the designing of menu's. I did this with HyperANSI
  27. (of course) but found that when I had a menu with only a few lines in it,
  28. the program would add a bunch of line feeds to the file (leaving alot of
  29. dead space between the menu and prompt). The new option will save *ONLY* as
  30. much of the screen as you've used, and not add any extra LF's. To use this
  31. goto to the Edit menu and select ANSI parameters, now click on the "Number
  32. of rows" cycle gadget until it reads AUTO, then click USE or SavePrefs (to
  33. keep it on AUTO permanently)
  34.  
  35. I also went through all the code and cleaned it up a bit. No bugs that I
  36. could find?
  37.  
  38. -----------------------------
  39. Mar 07, 1993 - version 1.06
  40.  
  41. Added a better method for configuring ANSI and ASCII saves. Instead of the
  42. requesters that used to be appear *every* time you save something, they
  43. are now located in the Edit menu, PLUS you can save your configurations
  44. and the program will automatically load and use them, PLUS you specify
  45. which EOL character(s) to use, the ANSI cursor advancing can be turned
  46. completely off (thanks to a suggestion from a DLG sysop) and more.
  47.  
  48. The 'Workbench' option in the project menu has been changed to a Screen
  49. Title toggle.
  50.  
  51. -----------------------------
  52. Feb 22, 1993 - version 1.05
  53.  
  54. Added a Flood fill option to the modes menu. Floods at the cursor position
  55. when called. Use the menu or Alt-V. The routine requires that you have a
  56. decent sized stack (no problem if running from Workbench). 10,000 works
  57. okay (your mileage may vary).
  58.  
  59. -----------------------------
  60. Feb 21, 1993 - version 1.04
  61.  
  62. Fixes a problem with Insert mode. The alloted tempA for BltBitmap was too
  63. small... This was the source of many mysterious random crashes, Enforcer
  64. didn't pick it up.
  65.  
  66.  
  67. -----------------------------
  68. Jan 07, 1993 - version 1.03
  69.  
  70. ANSI save with the CLEAR option, resulted in files much larger than they
  71. should be, due to many unnecessary background color changes.
  72.  
  73.  
  74. -----------------------------
  75. Jan 03, 1993 - version 1.02
  76.  
  77. Added CloseWindowSafely routine for shared IDCMP, removing and replying
  78. to all Intuimessages BEFORE closing window.
  79.  
  80. Problem with half mode: changing pages, turning half mode off, and then
  81. returning back to previous page would leave the cursor (dangerously)off
  82. the page.
  83.  
  84.  
  85. -----------------------------
  86. Jan 02, 1993 - version 1.01
  87.  
  88. MAJOR bug with the ASL requester fixed. Trashed low memory (whoops)
  89.  
  90.  
  91. -----------------------------
  92. Jan 01, 1993 - version 1.0
  93.  
  94. Initial Release